home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / v cisle / oequote / OEQuoteFix1192.exe / docs / styles.css < prev    next >
Cascading Style Sheet File  |  2003-03-07  |  1KB  |  45 lines

  1. body { 
  2.     font-family: Verdana, MS sans serif, arial, optima;
  3.     font-size: 10pt; 
  4.     color:white;
  5.     background:#003060;
  6.     scrollbar-highlight-color: black;
  7.     scrollbar-shadow-color: green;
  8.     scrollbar-3dlight-color: rgb(204,204,204);
  9.     scrollbar-arrow-color: rgb(204,204,204);
  10.     scrollbar-track-color: #003060;
  11.     scrollbar-base-color: #003060;
  12.     scrollbar-shadow-color: rgb(204,204,204);
  13.     scrollbar-darkshadow-color: black;
  14. }
  15. a:link {text-decoration: none; color: white;}
  16. a:visited {text-decoration: none; color: white;}
  17. a:hover { text-decoration: underline; color:#cccccc; }
  18. a.bold { font-weight : bold; }
  19. h2 { font-size: 180%; }
  20. h3 { font-size: 150%; }
  21. h4 { font-size: 130%; font-weight: bold; }
  22. ol { font-size: 100%; }
  23. table { font-size: 100%; text-align: justify;}
  24. .h2 { font-size: 180%; }
  25. .h3 { font-size: 150%; font-weight: bold; }
  26. .h4 { font-size: 130%; font-weight: bold; margin-top:40px;}
  27. .h5 { font-size: 100%; font-weight: bold; }
  28. hr { color:#444444; }
  29. blockquote { text-align:justify; }
  30. input.black {
  31.     font-family: verdana, arial, helvetica, sans-serif;
  32.     font-size: 100%;    
  33.     color: white;
  34.     background: black;
  35.     border: 1px solid #444444;
  36. }
  37. input.button {
  38.     font-family: verdana, arial, helvetica, sans-serif;
  39.     border: 1px solid #444444;
  40.     font-size: 80%;
  41.     cursor: hand;
  42.     background:#002A6A;
  43.     color:white;
  44. }
  45.